Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NSpanCellXPosition<TPositionMode> Class / Percent Property


In This Topic
    Percent Property (NSpanCellXPosition<TPositionMode>)
    In This Topic
    Gets or sets the percent that defines a relative position along the row X range. Used only when Mode is set to Percent.
    Syntax
    'Declaration
     
    
    Public Property Percent As System.Double
    'Usage
     
    
    Dim instance As NSpanCellXPosition(Of TPositionMode)
    Dim value As System.Double
     
    instance.Percent = value
     
    value = instance.Percent
    public System.double Percent {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also